home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / Anwendun / Pov / POVTOOLS / FTPOVRAY / 3DSPOV18 / SAMPLES / DIAMMTL.VS < prev    next >
Encoding:
Text File  |  1995-11-25  |  535 b   |  25 lines

  1. // Vivid material definitions for diam.3ds
  2.  
  3. #define SKY \ 
  4.     surface {           \ 
  5.         ambient 0.0 0.0 0.0 \ 
  6.         diffuse 0.5 0.5 0.5 \ 
  7.     }
  8.  
  9. #define FLOOR \ 
  10.     surface {           \ 
  11.         ambient 0.0 0.0 0.0 \ 
  12.         diffuse 0.3 0.3 0.3 \ 
  13.         specular 0.4 0.4 0.4 \
  14.     }
  15.  
  16. #define DIAMOND \ 
  17.     surface {           \ 
  18.         ambient 0.05 0.05 0.05 \ 
  19.         diffuse 0.0 0.0 0.0 \ 
  20.         shine 25.0  1.000 1.000 1.000 \ 
  21.         transparent 0.99*white \ 
  22.         ior 2.8 \ 
  23.     }
  24.  
  25.